vcCylinderFeature
The Cylinder geometry primitive generates a cylinder of the specified height and radius.
See in: Overview
Module: vcFeatures
Parent: vcPrimitiveFeature
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Caps | Boolean | RW | Gets or sets the rendering of caps for the cylinder. |
| EndSweep | vcRealExpressionProperty | R | Gets or sets the angle the cylinder's geometry is swept to relative to the cylinder's center. |
| Height | vcRealExpressionProperty | R | Gets or sets the height of the cylinder projected along its Z-axis. |
| Radius | vcRealExpressionProperty | R | Gets or sets the radius of the cylinder. |
| Sections | vcIntExpressionProperty | R | Gets or sets the number of sections (sides) generated for the cylinder. |
| StartSweep | vcRealExpressionProperty | R | Gets or sets the angle the cylinder's geometry is swept from relative to the cylinder's center. |